@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@import url(bootstrap-min.css);
@import url(bootstrap-theme-min.css);
@import url(gallery.css);
body {
  font-family: 'Open Sans', sans-serif;
}

.container.grey, .container-fluid.grey {
  background: #E6E6E6;
}
.container.green, .container-fluid.green {
  background: #C9DDD1;
}
.container.dark-grey, .container-fluid.dark-grey {
  background: #666;
}

.header .logo {
  display: inline-block;
  background: #0b642e;
  vertical-align: top;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .header .logo {
    margin-right: 5px;
    width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .header .logo {
    margin-right: 5px;
    width: 152px;
  }
}
@media only screen and (max-width: 991px) {
  .header .navbar-default {
    background-image: none;
    background-color: #666;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .header .navbar-header {
    float: none;
  }
  .header .navbar-brand {
    height: auto;
    padding: 0 15px;
    padding-right: 0;
  }
  .header .navbar-brand span {
    display: inline-block;
    padding: 28px 15px;
    font-weight: 600;
    color: #000;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .header .navbar-brand span {
    padding-left: 5px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .navbar-left, .header .navbar-right {
    float: none !important;
  }
  .header .navbar-toggle {
    display: block;
    background-color: #ddd;
    border-radius: 0;
    padding: 13px 14px;
    margin: 21px 10px 21px;
  }
  .header .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background-color: #0b642e;
  }
  .header .navbar-toggle:hover .icon-bar, .header .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }
  .header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .header .navbar-nav > li {
    float: none;
  }
  .header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus {
    background-color: #0b642e;
    color: #fff;
  }
  .header .collapse.in {
    display: block !important;
  }
}
.header .menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu li {
  display: inline-block;
}
.header .menu li a {
  display: inline-block;
  float: left;
  padding: 35px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .header .menu li a {
    padding: 31px 10px;
  }
}
.header .menu li.active a, .header .menu li a:hover, .header .menu li a:focus {
  text-decoration: underline;
}
.header .search {
  float: right;
}
.header .search input {
  display: inline-block;
  float: left;
  height: 25px;
  margin: 35px 0;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .header .search input {
    margin: 32px 0;
  }
}
.header .search input[type=text] {
  border: 1px solid #000;
  border-right: 0;
  padding-left: 15px;
  font-size: 13px;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .header .search input[type=text] {
    width: 120px;
  }
}
.header .search input[type=image] {
  border: 1px solid #000;
  border-left: 0;
  width: 25px;
  padding: 4px;
}

.carousel .carousel-caption {
  top: 5%;
  left: 8%;
  height: 55%;
  width: 45%;
  background-color: rgba(3, 102, 54, 0.85);
  padding: 25px 40px;
  text-shadow: none;
}
@media only screen and (max-width: 1199px) {
  .carousel .carousel-caption {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .carousel .carousel-caption {
    top: 10%;
    left: 10%;
  }
}
.carousel .carousel-caption p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.carousel .carousel-caption a.button {
  position: absolute;
  bottom: 25px;
  right: 40px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #0b642e;
  color: #fff;
  text-decoration: none;
  padding: 6px 6px;
  font-size: 13px;
  white-space: nowrap;
}
.carousel .carousel-caption a.button:hover, .carousel .carousel-caption a.button:focus {
  border: 1px solid #ddd;
  background-color: #666;
}
.carousel .carousel-indicators {
  bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .carousel .carousel-indicators {
    bottom: 0px;
  }
}
.carousel .carousel-indicators li {
  background-color: #fff;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 0 10px;
}
.carousel .carousel-indicators li.active {
  background-color: #0b642e;
}
.carousel .carousel-control {
  background-image: none;
  opacity: 1;
  width: 10%;
}
.carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
  height: 56px;
  width: 24px;
  margin-top: -20px;
}
.carousel .carousel-control .icon-prev {
  margin-left: -40px;
}
@media screen and (max-width: 1199px) {
  .carousel .carousel-control .icon-prev {
    margin-left: -30px;
  }
}
@media screen and (max-width: 991px) {
  .carousel .carousel-control .icon-prev {
    margin-left: -25px;
  }
}
.carousel .carousel-control .icon-next {
  margin-right: -40px;
}
@media screen and (max-width: 1199px) {
  .carousel .carousel-control .icon-next {
    margin-right: -30px;
  }
}
@media screen and (max-width: 991px) {
  .carousel .carousel-control .icon-next {
    margin-right: -25px;
  }
}

.content {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #4e4d4d;
}
.content a {
  text-decoration: underline;
}
.content a:hover, .content a:focus {
  text-decoration: none;
}
.content h1, .content h2, .content h3, .content h4, .content .h1, .content .h2, .content .h3, .content .h4 {
  color: #0b642e;
  font-weight: 700;
}
.content h1, .content .h1 {
  font-size: 32px;
}
.content h2, .content .h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.content h3, .content .h3 {
  font-size: 16px;
  color: #000;
}
.content h4, .content .h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.content ol:not(.breadcrumb) {
  counter-reset: item;
  padding-left: 0;
}
.content ol:not(.breadcrumb) li {
  display: block;
  position: relative;
  padding-left: 45px;
}
.content ol:not(.breadcrumb) li:before {
  content: counters(item,".") ". ";
  counter-increment: item;
  color: #0b642e;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.content ol:not(.breadcrumb) li > ol {
  padding-left: 30px;
}
.content ol:not(.breadcrumb) > li {
  padding-left: 25px;
}
.content ol:not(.breadcrumb) > li > ol > li {
  padding-left: 40px;
}
.content ol:not(.breadcrumb) > li > ol > li > ol > li {
  padding-left: 55px;
}
.content ol:not(.breadcrumb) > li > ol > li > ol > li > ol > li {
  padding-left: 70px;
}
.content .main-content {
  min-height: 620px;
}
.content .main-content img.img-responsive {
  display: inline-block;
}
.content .main-content ul {
  padding-left: 0;
}
.content .main-content ul.pagination {
  list-style-type: none;
}
.content .main-content ul.pagination li {
  display: inline;
  padding-left: 0px;
}
.content .main-content ul.pagination li:before {
  content: "";
}
.content .main-content ul li {
  position: relative;
  padding-left: 20px;
  display: block;
}
.content .main-content ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: -2px;
  color: #0b642e;
}
.content .main-content ul li > ul {
  padding-left: 40px;
}
.content .main-content ul > li:before {
  font-size: 20px;
  content: "\2022";
}
.content .main-content ul > li > ul > li:before {
  font-size: 16px;
  content: "\25A0";
}
.content .main-content ul > li > ul > li > ul > li:before {
  content: "\2013";
}
.content .main-content .searchResultsH1 {
  display: none;
}
.content .main-content .search dt {
  font-weight: normal;
}
.content .main-content .search dd {
  font-size: 14px;
}
.content .main-content .search dd a.navbar {
  display: inline-block;
}
.content .main-content .news-button-back {
  text-align: right;
  margin-top: 25px;
}
.content p {
  text-align: justify;
}
.content p.perex {
  color: #0b642e;
  font-size: 19px;
}
.content p.note {
  font-size: 12px;
}
.content img.pull-right {
  margin: 25px;
  margin-right: 0;
}
.content img.pull-left {
  margin: 25px;
  margin-left: 0;
}
.content .breadcrumb {
  background: rgba(245, 245, 245, 0);
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
  display: block;
  padding-left: 0;
}
.content .breadcrumb li {
  font-size: 14px;
}
.content .breadcrumb a {
  color: #4e4d4d;
  font-weight: bold;
}
.content .breadcrumb a:hover {
  color: #4e4d4d;
}
.content .breadcrumb > .active {
  color: #4e4d4d;
}
.content .breadcrumb > li + li:before {
  color: #4e4d4d;
  content: "\00bb\00a0";
}
.content .button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0b642e;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  text-decoration: none;
}
.content .button:hover, .content .button:focus {
  text-decoration: underline;
  background-color: #666;
}
.content .clearer {
  clear: both;
}
.content .news h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content .news h4 a {
  text-decoration: none;
}
.content .news .news_content {
  border-top: 1px dashed gray;
  padding-top: 25px;
  margin-top: 15px;
}
.content .news .news_pages_bottom {
  border-top: 1px dashed gray;
  padding-top: 20px;
  margin-top: 15px;
}
.content .news .image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .content .news .image {
    padding-right: 25px;
  }
}
.content .news .image img {
  margin: 0 auto;
}
.content .news .news_date {
  font-size: 0.8em;
}
.content .news .text {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .content .news .text {
    padding: 0 25px;
  }
}
.content .news .text h3 {
  margin-bottom: 5px;
  font-size: 17px;
  color: #0b642e;
}
@media only screen and (min-width: 768px) {
  .content .news .text h3 {
    margin-top: 0;
  }
}
.content .news .text h3 a {
  text-decoration: none;
}
.content .news .text h3 a:hover, .content .news .text h3 a:focus {
  text-decoration: underline;
}
.content #aktualne .news .news_title {
  background-color: #1d724c;
  color: white;
  flex: 1 0 auto;
  padding-top: 5px;
}
.content #aktualne .news .news_img {
  padding-left: 0px;
  padding-right: 5px;
  flex: 1 0 auto;
}
.content #aktualne .news .news_img .news_img_inner {
  height: 100%;
}
.content #aktualne .news .news_content {
  border-top: none;
  padding-top: 0px;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content #aktualne .news .news_text {
  font-size: 0.8em;
}
.content #aktualne .news .news_date {
  font-size: 0.7em;
}
.content #aktualne .news h4 a {
  text-decoration: underline;
  color: white;
  text-transform: none;
  font-size: 16px;
}
.content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ececec;
}
.content .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ccc;
}
.content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #ccc;
}
.content .table-striped > thead > tr:nth-of-type(even) {
  background-color: #ececec;
}
.content .table-striped > thead > tr:last-child th {
  border-bottom: 2px solid black;
}
.content .table-striped tr td, .content .table-striped tr th {
  padding: 15px;
  border-top: 1px dashed #aaa;
  border-left: 2px solid #0b642e;
}
.content .table-striped tr td:first-child, .content .table-striped tr th:first-child {
  border-left: none;
}
.content .table-striped tr td:last-child.info, .content .table-striped tr th:last-child.info {
  font-weight: 600;
  border-left: 0;
  border-top: 2px solid #0b642e;
  background-color: #ececec;
  padding-top: 30px;
  font-size: 15px;
  text-align: center;
}
.content .table-striped tr:first-child > td {
  border-top: 0;
}
.content .table-striped > tbody > tr > th {
  color: #0b642e;
}
.content .administrativa .col-sm-6, .content .ucitele .col-sm-6 {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .content .tour {
    padding-left: 35px;
  }
}
.content .left-menu #menuLeft {
  list-style: none;
  padding-left: 0;
}
.content .left-menu #menuLeft ul {
  list-style: none;
  padding-left: 15px;
}
.content .left-menu #menuLeft a {
  color: #4e4d4d;
  text-decoration: none;
}
.content .left-menu #menuLeft a:hover, .content .left-menu #menuLeft a:focus {
  font-weight: 600;
  color: #0b642e;
}
.content .left-menu #menuLeft .menuULDirOpen a {
  color: #0b642e;
  text-decoration: underline;
  font-weight: bold;
}
.content .left-menu #menuLeft .menuULDirClose a {
  color: #4e4d4d;
  text-decoration: none;
  font-weight: normal;
}

.footer {
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer .images {
  line-height: 55px;
  padding-bottom: 25px;
}
.footer .images img.img-responsive {
  display: inline-block;
  vertical-align: middle;
}
.footer h2 {
  font-size: 14px;
  font-weight: 600;
  color: #0b642e;
  margin-top: 0;
}
.footer p {
  color: #000;
  font-size: 11px;
}
.footer p strong {
  font-weight: bold;
  font-size: 12px;
  color: #0b642e;
}
.footer p a.button {
  padding: 6px 8px;
  background-color: #0b642e;
  color: #fff;
}
.footer p a.button:focus, .footer p a.button:hover {
  background-color: #666;
}
.footer .copy {
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.footer .copy p {
  color: #fff;
}
.footer .copy a {
  color: #fff;
  text-decoration: underline;
}
.footer .copy a:hover, .footer .copy a:focus {
  text-decoration: none;
}
.footer-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.img-left, .image-left {
  float: left;
  margin-right: 15px;
}

.img-right, .image-right {
  float: right;
  margin-left: 15px;
}

.imageBorder {
  margin-left: 15px;
}
